<!doctype html>
<html lang="en"><head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="pacific.css">
<link href="pacific.css" rel="stylesheet" media="only screen and (max-width: 64em) and (max-width: 37.5em)">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js">
</script>
<![endif]-->
<title>Pacific Trails Resort</title>
</head>

<body>
<div id ="wrapper">
<header><h1>Pacific Trails Resort</h1></header>

<nav>
<ul>
<li><a href="index.html"> Home </a></li>
<li><a href="yurts.html"> Yurts </a></li>
<li><a href="activities.html"> Activities </a></li>
<li><a href="reservations.html"> Reservations </a></li>
</ul>
</nav>

<div id="homehero">
</div>
<main>

<h2>Enjoy Nature in Luxury</h2>

<p><span class="resort">Pacific Trails Resort</span> offers a special lodging experience on the California North Coast. Relax in serenity with panoramic views of the Pacific Ocean.</p>

<ul>
<li><img src="marker.gif" alt="cyan bullet point 1">&nbsp;Private yurts with decks overlooking the ocean</li>
<li><img src="marker.gif" alt="cyan bullet point 2">&nbsp;Activities lodge with fireplace and gift shop</li>
<li><img src="marker.gif" alt="cyan bullet point 3">&nbsp;Nightly fine dining at the Overlook Cafe</li>
<li><img src="marker.gif" alt="cyan bullet point 4">&nbsp;Heated outdoor pool and whirlpool</li>
<li><img src="marker.gif" alt="cyan bullet point 5">&nbsp;Guided hiking tours of the redwoods</li>
</ul>

<br>
<div>
<span class="resort">Pacific Trails Resort</span> <br>
12010 Pacific Trails Road <br>
Zephyr, CA 95555 <br>
<a id="mobile" href="tel:888-555-5555">888-555-5555</a><br>
<span id="desktop">888-555-5555</span>
<footer>
<small><i>Copyright &copy; 2024 Pacific Trails Resort<br>
<a href="mailto:Manilasopha87@hotmail.com"> Manila Sopha</a></i></small>
</footer>
</div> <!--end contact-->

</main>
</div> <!--end wrapper-->

</body>
</html>